home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 3
/
Aminet 3 - July 1994.iso
/
Aminet
/
text
/
tex
/
TextPlus.lha
/
TextPlus
/
TPP501.lha
/
TPP
/
Rexx
/
UpdatePreview.tpl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-06
|
246 b
|
13 lines
/* Update Preview - Macro */
parse arg filename pagenr .
options results
if filename == "" then exit
/* preview already running? */
if show('P', 'TEXPREVIEW') then do
address 'TEXPREVIEW' 'ToFront'
address 'TEXPREVIEW' 'Activate'
end